projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0384b4b
)
(setup-korean-environment): Do not
author
Kenichi Handa
<handa@m17n.org>
Mon, 4 Aug 1997 07:01:31 +0000
(07:01 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 4 Aug 1997 07:01:31 +0000
(07:01 +0000)
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
lisp/language/korean.el
patch
|
blob
|
history
diff --git
a/lisp/language/korean.el
b/lisp/language/korean.el
index 5acb94a7b206c2133de4ed3af77be7a752ac0b08..5be514ab2209c19383730fd8b7db0415efb543ec 100644
(file)
--- a/
lisp/language/korean.el
+++ b/
lisp/language/korean.el
@@
-57,7
+57,7
@@
coding-category-iso-8-2
coding-category-iso-8-1))
- (set
q-default buffer-file-coding-system
'korean-iso-8bit)
+ (set
-default-coding-systems
'korean-iso-8bit)
(setq default-input-method "korean-hangul")
(setq-default default-input-method "korean-hangul"))